2004-06-22 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkmenu.sgml: Document the push_in parameter
of GtkMenuPositionFunc.
2004-06-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/tmpl/gtkmenu.sgml: Document the push_in parameter
+ of GtkMenuPositionFunc.
+
* gtk/tmpl/gtkeditable.sgml: Make example UTF-8
safe. (#143264, Tommi Komulainen)
menu shall be drawn. This is an output parameter.
@y: address of the #gint representing the vertical position where the
menu shall be drawn. This is an output parameter.
-@push_in:
+@push_in: whether the menu should be pushed in to be completely inside the
+ screen instead of just clamped to the size to the screen.
@user_data: the data supplied by the user in the gtk_menu_popup() @data
parameter.